home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 701-725 / 708 / intuisup / intuisup42.lha / Intuisup / source.lha / Library / libdata.i < prev    next >
Text File  |  1992-06-03  |  842b  |  34 lines

  1.  * $Revision Header *** Header built automatically - do not edit! ***********
  2.  *
  3.  *    (C) Copyright 1991 by Torsten Jürgeleit
  4.  *
  5.  *    Name .....: libdata.i
  6.  *    Created ..: Sunday 22-Dec-91 20:34:49
  7.  *    Revision .: 0
  8.  *
  9.  *    Date        Author                 Comment
  10.  *    =========   ====================   ====================
  11.  *    22-Dec-91   Torsten Jürgeleit      Created this file!
  12.  *
  13.  ****************************************************************************
  14.  *
  15.  *    Strings and equates for IntuiSup library
  16.  *
  17.  * $Revision Header ********************************************************
  18.  
  19.     INCLUDE <exec/libraries.i>
  20.  
  21. VERSION        EQU    4
  22. REVISION    EQU    2
  23. PRIORITY    EQU    0
  24.  
  25. LIB_SIZEOF    EQU    LIB_SIZE    ; size of standard library
  26.  
  27. LIB_NAME    MACRO
  28.     dc.b    "intuisup.library",0
  29.         ENDM
  30.  
  31. LIB_ID        MACRO
  32.     dc.b    "Intuition support library v4.2 by Torsten Jürgeleit"
  33.         ENDM
  34.